home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / os2 / te2_130t.arj / TE2INST.001 / Modems / ZOOMV42.INC < prev    next >
Text File  |  1994-03-28  |  691b  |  35 lines

  1. ; ZOOM HC2400R V.42bis/2400
  2. ;
  3. ; ONE TIME MODEM SETUP:  The first time you run TE/2, upon entering the
  4. ; program, type the following lines and press ENTER after each.  Then
  5. ; exit and restart TE/2.
  6. ;
  7. ;       AT&F
  8. ;       AT&C1&D2S36=7S38=0S95=44
  9. ;       ATS11=60&W
  10. ;
  11. ; NOTES: Set ALL dialing directory entries to 9600 baud
  12.  
  13. Baud          9600
  14. Parity        N
  15. WordLen       8
  16. StopBits      1
  17.  
  18. XonXoff       BOTH
  19. CtsRts        BOTH
  20. MatchBaud     FALSE
  21.  
  22. ModemInitStrg ATZ^M
  23. ModemDialStrg ATDT
  24. ModemDialSufx ^M
  25. ModemHangStrg ;
  26. DTRHangup     TRUE
  27.  
  28. Connect       CONNECT,9600
  29.  
  30. NoConnect     NO_DIAL
  31. NoConnect     NO_CARRIER
  32. NoConnect     BUSY
  33. NoConnect     VOICE
  34.  
  35.